home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / patches / _30xptch / slpat / slist.pat
Text File  |  1996-07-10  |  1KB  |  34 lines

  1. Certain versions of SLIST and USERLIST have a problem that they
  2. do not work on ARCNET networks that have IO port set to 2E0.
  3.  
  4. This is at least with some 2.15C and NW 386 versions of thos
  5. utilities. The reason for this is that the initialization
  6. routines within the utilities check for a display adapter
  7. in the PS/2 MCA machine at IO address 92E8. Since the IO bus
  8. in a standard PC does not see any difference between address
  9. 92E8 and 2E8, the ARCNET board at 2E8 (within the 2E0-2EF range)
  10. will be reset by the initialization routine.
  11.  
  12. Below is a simple patch that will take care of this problem. I
  13. tested it on different machines and it seems to work ok. The
  14. special MCA screen will not work anymore I think. (I did not test
  15. that).
  16.  
  17. At the DOS prompt type the following:
  18.  
  19.     C> REN SLIST.EXE SLIST.Q
  20.     C> DEBUG SLIST.Q
  21.     - S 100 6000 BA E8 9A
  22.     xxxx:4BBC     <-- remember the last part of this number
  23.     - E 4BBC C3   <-- type here the same number, followed by C3
  24.     - W
  25.     Writing xxxx bytes
  26.     - Q
  27.     C> REN SLIST.Q SLIST.EXE
  28.    
  29. The same procedure can be followed with USERLIST.EXE. The offset
  30. will have a different value (with me that was 5062).
  31.  
  32. Bart Mellink, Cyco Automation, Holland, ID 75170,1156
  33.  
  34.